public class CiscoJtapiVersion
extends java.lang.Object
Constructor and Description |
---|
CiscoJtapiVersion() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuildDescription()
Returns 'release' if it is a release version or debug if it is not a release version
|
int |
getBuildNumber()
This returns the build number of the vesion
|
int |
getExtendedBuildNumber()
This returns the extended build number of the version
|
int |
getMajorVersion()
This method returns the major version number
|
int |
getMinorVersion()
This method returns the minor version number
|
int |
getRevisionNumber()
This method returns the revision number of the version
|
java.lang.String |
getVersion()
returns the version information in a.b(x.y)-z format without name
|
java.lang.String |
toString()
returns the version information in a.b(x.y)-z format
|
public int getMajorVersion()
public int getMinorVersion()
public int getRevisionNumber()
public int getBuildNumber()
public int getExtendedBuildNumber()
public java.lang.String getBuildDescription()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getVersion()